Name: Ice Climbers Console: Nintendo Version 2.0 05/July/2025 Written by: samurai goroh samuraigoroh@gmail.com ******************************************************************************* _ ___ ___ ___ _ _ _____ ___ ___ ___ ___ | | / _) | __) / _) | | | | | | | . ) | __) | _ | | __) | | | (_ | _) | (_ | |_ | | | | | | | < | _) | _| |__ | |_| \___) |___) \___) |___) |_| |_|_|_| |___) |___) |_\_\ (___| ******************************************************************************* 1.0 Flags 2.0 Hex Numbers 3.0 Bitwise Values 3.1 Controller buttons 4.0 Lists ------------------------------------------------------------------------------- SORTED CODES ------------------------------------------------------------------------------- 0014 XX Buttons pressed 3.1 0015 XX D-pad buttons pressed 3.1 0020 XX P1 - Lives remaining (0x80 on final result screen) 0021 XX P2 - Lives remaining 0034 XX Timer - Endgame 01? 003D XX Timer - Polar Bear 0045 XX Timer - Endgame 02? 004D XX Timer - Result screen display? 004E XX Timer - Nitpicky shows up (Also timer for DEMO) 0053 XX DEMO flag (01=on) 1.0 0055 XX Screen (00=Title, 01=ingame, 02=Bonus, 03/04=Results, 05=Intro) 0058 XX Related to Player 2? 0059 XX Level/Mountain (0 based) 005A XX Current layer? 0064 XX P1 - Coordinate X (relative to screen) 0066 XX P1 - Coordinate Y (relative to screen) 006A XX P1 - Animation? (06=Condor, 07=Death) 006E XX P1 - Momentum 008A XX Number of vertical screens (adds +6, except in bonus stage) 008D XX Number of vertical screens (-1 from $8A?) 0090 XX Number of vertical screens (adds +1, except in bonus stage) 0305 XX Bonus Timer (2nd digit from the left) 0343 XX Jumping flag? (or floor breakable status?) 0360 XX Winner bonus for reaching the peak 0361 XX Number of veggies collected 0362 XX Number of icicles smashed (carried by a Topi) 0363 XX Number of Nitpickers killed (birds) 0364 XX Number of bricks broken 07EE XXXXXX High Score - XXXX0 07F1 XXXXXX P1 Score - XXXX0 0F70 XXXXXXXX Score -------------------------------------------------------------------------------- Description -------------------------------------------------------------------------------- 1.0 Flags +--+---+ |00|Off| |01|On | +--+---+ 2.0 Hex Numbers +----+----+-----+ +--------+----+-----+ +----------------+----+-----+ | Bin| Hex| Dec | | Bin | Hex| Dec | | Bin | Hex| Dec | +----+----+-----+ +--------+----+-----+ +----------------+----+-----+ |0000| 0| 0| |00000000| 00| 0| |0000000000000000|0000| 0| |0001| 1| 1| |00010000| 10| 16| |0001000000000000|1000| 4096| |0010| 2| 2| |00100000| 20| 32| |0010000000000000|2000| 8192| |0011| 3| 3| |00110000| 30| 48| |0011000000000000|3000|12288| |0100| 4| 4| |01000000| 40| 64| |0100000000000000|4000|16384| |0101| 5| 5| |01010000| 50| 80| |0101000000000000|5000|20480| |0110| 6| 6| |01100000| 60| 96| |0110000000000000|6000|24576| |0111| 7| 7| |01110000| 70| 112| |0111000000000000|7000|28672| |1000| 8| 8| |10000000| 80| 128| |1000000000000000|8000|32768| |1001| 9| 9| |10010000| 90| 144| |1001000000000000|9000|36864| |1010| A| 10| |10100000| A0| 160| |1010000000000000|A000|40960| |1011| B| 11| |10110000| B0| 176| |1011000000000000|B000|45056| |1100| C| 12| |11000000| C0| 192| |1100000000000000|C000|49152| |1101| D| 13| |11010000| D0| 208| |1101000000000000|D000|53248| |1110| E| 14| |11100000| E0| 224| |1110000000000000|E000|57344| |1111| F| 15| |11110000| F0| 240| |1111000000000000|F000|61440| +----+----+-----+ |11111111| FF| 255| |1111111111111111|FFFF|65535| +--------+----+-----+ +----------------+----+-----+ 3.0 Bitwise Values 3.1 Controller buttons +--+--------+ |01| Right | |02| Left | |04| Down | |08| Up | |10| Start | |20| Select | |40| B | |80| A | +--+--------+ 4.0 Lists